home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / riblitzlibs.lha / riblitzlibs / fns / FNSEdit.DOC < prev    next >
Encoding:
Text File  |  1994-05-27  |  2.5 KB  |  68 lines

  1. FNS Editor v0.1
  2. ===============
  3.  
  4.  
  5. This is just a VERY quick doc for this brilliant program (ego-trip time!).
  6.  
  7.  
  8. Usage: Double click from Workbench
  9.  
  10.     or
  11.  
  12.        Run from CLI
  13.  
  14. If running from the CLI you can give a parameter specifying a EXISTING font
  15. to edit (give name and full path).
  16.  
  17. Basically, this prog allows you create/edit/save my FNS font files.  In
  18. addition, it allows you to grab Amiga fonts as FNS fonts.  It uses
  19. Intuition throughout so you shouldn't have any problems getting to grips
  20. with how it looks.
  21.  
  22. Main Window
  23. -=-=-=-=-=-
  24.  
  25.   From here you can load/save fonts and do global adjustments to the font
  26. currently being edited.  You can have upto 8 FNS fonts loaded at any one
  27. time, the currently active font is named in the window and is shown in the
  28. example text window.  Use the menus to change fonts if you have more than
  29. one loaded.
  30.   Clicking on the EDIT gadget or select EDIT from the menu EDIT will take
  31. you to the font edit window.
  32.  
  33. Font Edit Window
  34. -=-=-=-=-=-=-=-=
  35.  
  36.   This is where you can actually edit (or draw if you're feeling brave)
  37. your font.  The window is split up into two parts: on the left is the zoom
  38. area which gives you an enlarged view of the current character and on the
  39. right is the action window which gives you some gadgets to play with.
  40.  
  41.   All the gadgets should be fairly easy to understand, I should say, though,
  42. that the width is used when printing the character and should be set so
  43. that there is a blank gap on the right of the current character.  Confused?
  44. Well just click on Auto_W (auto width) which will calculate exactly how
  45. wide the character should be automatically.  Note: at the moment the SWAP
  46. gadget does bugger all - nevermind.......
  47.  
  48.   To draw, just move into the boxed area inside the zoom area and press a
  49. button.  Left mouse button draws whilst right mouse button deletes (sorry -
  50. no colour fonts are supported yet, maybe soon if there's demand.....).  Four
  51. basic drawing modes are available: freehand, line, box and bar; select each
  52. by clicking on its icon in the botton right hand corner of the edit window.
  53.  
  54.   Change characters by: using the scroll bar, clicking on the '---->' or
  55. '<----" gadgets or pressing the key you want to edit on the keyboard.
  56.  
  57.  
  58.   That's all I can be bothered to write as my eyes are going all funny from
  59. sitting in front of this computer for too long.
  60.   If you like this program and want to use it but can't figure out how the
  61. f*** it works them please mail me and I'll try to come up with some better
  62. instructions for it than this rubbish.
  63.  
  64.  
  65.  
  66. Steve Mc     SIS3149@SISVAX.PORT.AC.UK
  67.          26/05/94
  68.